home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NOVA - For the NeXT Workstation
/
NOVA - For the NeXT Workstation.iso
/
SourceCode
/
Tutorial
/
Cookbook
/
16.open_file
/
MyObject.h
< prev
next >
Wrap
Text File
|
1992-12-19
|
268b
|
18 lines
/* Generated by Interface Builder */
#import <appkit/appkit.h>
#define MAX_CHARS_PER_LINE 100
#define MAX_LINES 100
@interface MyObject:Object
{
id openReq; // OpenPanel for open requests
}
- openRequest:sender;
-(int) openFile:(const char *)fileName;
@end